home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / make_mac.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  120 b   |  10 lines

  1. if(current < total)
  2. {
  3.    _root.barline.bar._xscale = percent;
  4.    gotoAndPlay(1);
  5. }
  6. else
  7. {
  8.    gotoAndStop(4);
  9. }
  10.